object NewProjectWizard: TNewProjectWizard Left = 267 Top = 118 BorderStyle = bsDialog Caption = 'New Project Wizard' ClientHeight = 245 ClientWidth = 501 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Notebook1: TNotebook Left = 0 Top = 0 Width = 501 Height = 245 TabOrder = 3 object TPage Left = 0 Top = 0 Caption = 'Page1' object Label1: TLabel Left = 169 Top = 13 Width = 290 Height = 16 Caption = 'Welcome to HInfoDownload New Project Wizard!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 169 Top = 39 Width = 285 Height = 13 Caption = 'This Wizard helps you specify information about your project.' end object Label3: TLabel Left = 171 Top = 56 Width = 123 Height = 13 Caption = 'What do you want to do?' end object StartinAdress: TLabel Left = 228 Top = 13 Width = 91 Height = 16 Caption = 'Starting Adress' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RadioButton1: TRadioButton Left = 178 Top = 85 Width = 264 Height = 13 Caption = 'Create browsable copy of website on my hard drive' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 178 Top = 117 Width = 261 Height = 16 Caption = 'Duplicate website including directory structure' TabOrder = 1 end object RadioButton3: TRadioButton Left = 178 Top = 150 Width = 261 Height = 13 Caption = 'Create files map without downloading' TabOrder = 2 end end object TPage Left = 0 Top = 0 Caption = 'Page2' object Page2Label1: TLabel Left = 173 Top = 39 Width = 266 Height = 13 Caption = 'Insert Internet adress of www page you want download:' end object Page2Label2: TLabel Left = 173 Top = 54 Width = 113 Height = 13 Caption = 'e.g. "www.yahoo.com",' end object Page2Label3: TLabel Left = 174 Top = 128 Width = 26 Height = 13 Caption = 'Up to' end object Page2Label4: TLabel Left = 173 Top = 106 Width = 230 Height = 13 Caption = 'How deeply would you like to explore this page?' end object Page2Label5: TLabel Left = 235 Top = 128 Width = 107 Height = 13 Caption = 'links from starting point' end object Page2Label6: TLabel Left = 175 Top = 153 Width = 304 Height = 13 Caption = 'Hint: You can add more starting adresses later by "New Adress" ' end object Page2Label7: TLabel Left = 176 Top = 168 Width = 120 Height = 13 Caption = 'menu command or button' end object UrlEdit: TEdit Left = 176 Top = 74 Width = 312 Height = 21 TabOrder = 0 end object ExpDepthEdit: TEdit Left = 206 Top = 126 Width = 24 Height = 21 TabOrder = 1 Text = '3' end end object TPage Left = 0 Top = 0 Caption = 'Page3' object Page3Label1: TLabel Left = 202 Top = 2 Width = 121 Height = 16 Caption = 'Project configuration' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Page3Label2: TLabel Left = 170 Top = 106 Width = 247 Height = 13 Caption = 'If you need to enter account and password to acces' end object Page3Label3: TLabel Left = 170 Top = 121 Width = 108 Height = 13 Caption = 'this website, do it here:' end object Page3Label4: TLabel Left = 171 Top = 143 Width = 43 Height = 13 Caption = 'Account:' end object Page3Label5: TLabel Left = 319 Top = 141 Width = 46 Height = 13 Caption = 'Password' end object Page3Label6: TLabel Left = 172 Top = 163 Width = 234 Height = 13 Caption = 'If you are connected to the Internet through proxy' end object Page3Label7: TLabel Left = 172 Top = 184 Width = 104 Height = 13 Caption = 'you can set it up now.' end object Page3Label8: TLabel Left = 173 Top = 20 Width = 180 Height = 13 Caption = 'When creating the local web, retrieve:' end object AccountEdit: TEdit Left = 217 Top = 140 Width = 86 Height = 21 TabOrder = 5 end object PasswordEdit: TEdit Left = 375 Top = 138 Width = 77 Height = 21 PasswordChar = '*' TabOrder = 6 end object Page3Button1: TButton Left = 293 Top = 181 Width = 86 Height = 23 Caption = 'Settings...' TabOrder = 0 OnClick = Page3Button1Click end object Page3RadioButton1: TRadioButton Left = 176 Top = 37 Width = 91 Height = 14 Caption = 'Just Text' TabOrder = 1 end object Page3RadioButton2: TRadioButton Left = 176 Top = 54 Width = 124 Height = 14 Caption = 'Text and Graphics' TabOrder = 2 end object Page3RadioButton3: TRadioButton Left = 176 Top = 71 Width = 143 Height = 14 Caption = 'Text, graphics, and sound' TabOrder = 3 end object Page3RadioButton4: TRadioButton Left = 176 Top = 88 Width = 91 Height = 14 Caption = 'Everything' Checked = True TabOrder = 4 TabStop = True end end object TPage Left = 0 Top = 0 Caption = 'Page4' object Page4Label1: TLabel Left = 228 Top = 13 Width = 96 Height = 16 Caption = 'Congratulations!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Page4Label2: TLabel Left = 182 Top = 39 Width = 204 Height = 13 Caption = 'You have created HInfoDownLoad project!' end object Page4Label3: TLabel Left = 182 Top = 71 Width = 240 Height = 13 Caption = 'After press finish, you will be asked to save project.' end object Page4Label4: TLabel Left = 182 Top = 89 Width = 227 Height = 13 Caption = 'HInfoDownLoad will create project directory too.' end object Page4Label5: TLabel Left = 182 Top = 119 Width = 205 Height = 13 Caption = 'Then press Start button or select Start from ' end object Page4Label6: TLabel Left = 182 Top = 138 Width = 145 Height = 13 Caption = 'the Project menu to run project' end end end object BackButton: TButton Left = 137 Top = 220 Width = 61 Height = 21 Caption = 'Back' Enabled = False TabOrder = 1 OnClick = BackButtonClick end object NextButton: TButton Left = 202 Top = 220 Width = 61 Height = 21 Cancel = True Caption = 'Next' Default = True TabOrder = 0 OnClick = NextButtonClick end object CancelButton: TButton Left = 267 Top = 220 Width = 61 Height = 21 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Panel2: TPanel Left = 8 Top = 6 Width = 122 Height = 228 AutoSize = True BevelOuter = bvLowered Caption = 'Panel2' TabOrder = 4 object Image1: TImage Left = 1 Top = 1 Width = 120 Height = 226 AutoSize = True Picture.Data = {} end end object Panel1: TPanel Left = 136 Top = 214 Width = 357 Height = 2 BevelOuter = bvLowered TabOrder = 5 end end